GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / RenderPageToGdPictureImage_3 Method





In This Topic
RenderPageToGdPictureImage_3 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function RenderPageToGdPictureImage_3( _
   ByVal DPI As Single, _
   ByVal RenderFormFields As Boolean, _
   ByVal KeepTransparency As Boolean _
) As Integer
public int RenderPageToGdPictureImage_3( 
   float DPI,
   bool RenderFormFields,
   bool KeepTransparency
)
public function RenderPageToGdPictureImage_3( 
    DPI: Single;
    RenderFormFields: Boolean;
    KeepTransparency: Boolean
): Integer; 
public function RenderPageToGdPictureImage_3( 
   DPI : float,
   RenderFormFields : boolean,
   KeepTransparency : boolean
) : int;
public: int RenderPageToGdPictureImage_3( 
   float DPI,
   bool RenderFormFields,
   bool KeepTransparency
) 
public:
int RenderPageToGdPictureImage_3( 
   float DPI,
   bool RenderFormFields,
   bool KeepTransparency
) 

Parameters

DPI
RenderFormFields
KeepTransparency
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members